The following tables list the members exposed by NavigateResult<T>.
Name | Description | |
---|---|---|
![]() | NavigateResult<T> Constructor | Initializes a new instance of NavigateResult. |
Name | Description | |
---|---|---|
![]() | Activate | Delegate that activates the target ViewModel upon completion of the navigation logic. |
![]() | CanNavigateAway | Delegate that evaluates whether the current active ViewModel allows to be navigated away from. |
![]() | CanNavigateTo | Delegate that evaluates whether the target ViewModel allows to be navigated to. |
![]() | Prepare | Delegate that allows for synchronous preparation of the target ViewModel, such as passing parameters. |
![]() | PrepareAsync | Delegate that allows for asynchronous preperation of the target ViewModel. |
Name | Description | |
---|---|---|
![]() | Conductor | The current conductor used for the navigation. |
![]() | Target | The target ViewModel instance. |